home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Pro 2005 June (DVD)
/
DPPRO0605DVD.iso
/
Install
/
program files
/
Borland
/
BDS
/
3.0
/
Demos
/
Delphi.Net
/
VCL
/
Shape
/
MakeNet.bat
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
2004-10-22
|
322 b
|
22 lines
CLS
ECHO *** Deleting old executable (if present) ***
IF EXIST ShapeChanger.exe DEL ShapeChanger.exe
ECHO.
ECHO *** Compiling ShapeChanger.dpr ***
dccil ShapeChanger.dpr
IF ERRORLEVEL 1 GOTO BadExit
GOTO Exit
:BadExit
ECHO.
ECHO An error occurred during the build process
PAUSE
GOTO Exit
:Exit